runtime.schedt.disable (field)
9 uses
runtime (current package)
proc.go#L4202: if sched.disable.user && !schedEnabled(gp) {
proc.go#L4212: sched.disable.runnable.pushBack(gp)
proc.go#L5004: if sched.disable.user && !schedEnabled(gp) {
proc.go#L7165: if sched.disable.user == !enable {
proc.go#L7169: sched.disable.user = !enable
proc.go#L7171: n := sched.disable.runnable.size
proc.go#L7172: globrunqputbatch(&sched.disable.runnable)
proc.go#L7189: if sched.disable.user {
runtime2.go#L965: disable struct {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |